-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update D8 Solr config #73
base: develop
Are you sure you want to change the base?
Conversation
@@ -49,7 +49,7 @@ | |||
that avoids logging every request | |||
--> | |||
|
|||
<schema name="drupal-8.3.8-solr-7.x" version="1.6"> | |||
<schema name="drupal-4.1.0-solr-7.x-0" version="1.6"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why this version number is used, but that's how it was downloaded from the site.
solr.selectSearchHandler.timeAllowed=-1 | ||
solr.autoCommit.MaxDocs=-1 | ||
solr.autoCommit.MaxTime=15000 | ||
solr.autoSoftCommit.MaxDocs=-1 | ||
solr.autoSoftCommit.MaxTime=-1 | ||
# Do not set install.dir. https://www.drupal.org/project/search_api_solr/issues/3015993 | ||
#solr.install.dir=../../.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could actually be left in, if desired.
# Do not set install.dir. https://www.drupal.org/project/search_api_solr/issues/3015993 | ||
#solr.install.dir=../../.. | ||
|
||
solr.luceneMatchVersion=7.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may possibly be the only line required to clear up the error I was experiencing.
Using the latest box with Solr 7, we were receiving the following error:
You are using outdated Solr configuration set. Please follow the instructions described in the README.md file for setting up Solr.
Downloading and extracting the config from the site's
Get config.zip
link solved the error message, and search still appeared to work correctly.